* @return the time stamp
*/
public long getTimestamp() {
return getLong(metadata.indexOf(CSVSaveService.TIME_STAMP));
}
/**
* @return the time stamp
*/
public long getTimestamp() {
return getData(long.class, CSVSaveService.TIME_STAMP);
}
/**